var runtime.stackLarge
17 uses
runtime (current package)
stack.go#L168: var stackLarge struct {
stack.go#L181: for i := range stackLarge.free {
stack.go#L182: stackLarge.free[i].init()
stack.go#L183: lockInit(&stackLarge.lock, lockRankStackLarge)
stack.go#L403: lock(&stackLarge.lock)
stack.go#L404: if !stackLarge.free[log2npage].isEmpty() {
stack.go#L405: s = stackLarge.free[log2npage].first
stack.go#L406: stackLarge.free[log2npage].remove(s)
stack.go#L408: unlock(&stackLarge.lock)
stack.go#L512: lock(&stackLarge.lock)
stack.go#L513: stackLarge.free[log2npage].insert(s)
stack.go#L514: unlock(&stackLarge.lock)
stack.go#L1235: lock(&stackLarge.lock)
stack.go#L1236: for i := range stackLarge.free {
stack.go#L1237: for s := stackLarge.free[i].first; s != nil; {
stack.go#L1239: stackLarge.free[i].remove(s)
stack.go#L1245: unlock(&stackLarge.lock)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)